@font-face {
     font-family: 'Roboto';
     src: url(/src/font/Roboto/Roboto-Regular.ttf);
}
 @font-face {
     font-family: 'Roboto';
     src: url(/src/font/Roboto/Roboto-Medium.ttf);
     font-weight: 500;
}
 @font-face {
     font-family: 'Roboto';
     src: url(/src/font/Roboto/Roboto-Bold.ttf);
     font-weight: 600;
}
 body {
     margin: 0;
     background-color: #fff;
}
 a:link {
     color: #000080;
}
 a:visited {
     color: #000080;
}
 a:active {
     color: #000080;
}
 a:hover {
     color: #0000FF;
     text-decoration: none;
}
 a {
     text-decoration: underline;
}
 a.cancel {
     color: #a5a4a4;
}
 a.next:after {
     left: 90%;
     top: 50%;
     border: solid rgba(12, 38, 76, 0.86);
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-color: transparent;
     border-left-color: rgba(12, 38, 76, 0.86);
     border-width: 5px;
     margin-top: -5px;
}
/*** Classes générales ***/
 .red {
     color: #B22222;
}
 .green {
     color: #3b923b;
}
 .center {
     text-align: center;
}
 img.align-center {
     display: block;
     margin: 0 auto;
}
 .align-center {
     margin: 0 auto;
}
/*Style d�finissant le titre de chaque page contenu dans le tableau ci-dessus*/
 h1 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 24pt;
     color: #000080;
     font-weight: normal;
     margin-top: 0;
     margin-bottom: 0;
     text-align: center;
}
/*Style d�finissant les gros titres dans le texte*/
 h2 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12pt;
     color: #000080;
     font-weight: bold;
}
/*Style d�finissant les titres gras dans le texte*/
 h3 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #000000;
     font-weight: bold;
     text-align: left;
     margin-bottom: 0px;
     margin-top: 0px;
}
/*Style d�finissant les titres gras et gris dans le texte*/
 h4 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 16pt;
     color: #808080;
     font-weight: bold;
     text-align: center;
     margin-bottom: 0px;
}
/* Style d�finissant le titre 5 (identique � menutop) */
 h5 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #008080;
     font-weight: normal;
     margin: 0;
}
/*Style d�finissant le titre 5 (identique � menutopdte)*/
 h6 {
     color: #FF0000;
     font-weight: bold;
    /*rouge*/
     text-align: right;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     margin: 0;
}
 .bold {
     font-weight: bold;
}
 .italic {
     font-style: italic;
}
 .header {
     font-family: 'Roboto', Arial, sans-serif;
     background: rgba(230, 230, 230, 0.58);
     margin: 0;
     height: 150px;
     width: 100%;
     position: relative;
     border-bottom: solid #e2e2e2 1px;
}
 canvas {
     position: absolute;
     opacity: 0.5;
     top: 0;
}
 .contentTab {
     padding: 20px 0;
     width: 100%;
     overflow: hidden;
     line-height: 150%;
}

 .contentTab ul {
     line-height: 200%;
}

 .contentTab .left {
     width: 20%;
     float: left;
     display: inline-block;
}
 .contentTab .middle {
     width: 60%;
     display: block;
     overflow: hidden;
}
 .contentTab .right {
     width: 20%;
     float: right;
     display: inline-block;
}
 .contentTab h4 {
     color: #000000;
     font-size: 1.4rem;
     font-size: 14px;
     text-align: left;
     margin-bottom: 5px;
}
 div.align-left-10 {
     width: 10%;
     float:left;
}
 div.align-right-90 {
     width: 90%;
     float: right;
}
 div.align-left-20 {
     width: 20%;
     float:left;
}
 div.align-right-80 {
     width: 80%;
     float: right;
}
 div.align-left-30 {
     width: 30%;
     float:left;
}
 div.align-right-70 {
     width: 70%;
     float: right;
}
 div.align-left-40 {
     width: 40%;
     float:left;
}
 div.align-right-60 {
     width: 60%;
     float: right;
}
 div.align-left-50 {
     width: 50%;
     float:left;
}
 div.align-right-50 {
     width: 50%;
     float: right;
}
 div.align-left-60 {
     width: 60%;
     float:left;
}
 div.align-right-40 {
     width: 40%;
     float: right;
}
 div.align-left-70 {
     width: 70%;
     float:left;
}
 div.align-right-30 {
     width: 30%;
     float: right;
}
 div.align-left-80 {
     width: 80%;
     float:left;
}
 div.align-right-20 {
     width: 20%;
     float: right;
}
 div.align-left-90 {
     width: 90%;
     float:left;
}
 div.align-right-10 {
     width: 10%;
     float: right;
}
 div.align-left-100 {
     width: 100%;
     float:left;
}


/*****************************************/
/**************** HEADER ***************/
/*****************************************/
 .pContentHeader {
     z-index: 999;
     width: 950px;
     margin: 0 auto;
     position: relative;
}
 .contentHeader {
     z-index: 999;
     position: absolute;
     margin: 0 auto;
}
 .contentHeader img {
     width: 220px;
}
 .rightmenuTop {
     position: absolute;
     right: 30px;
     top: 10px;
}
 ul.menuTop {
     display: none;
     z-index: 999;
     font-size: 16px;
}
 ul.menuTop li {
     padding: 0 10px;
     display: inline-block;
}
 ul.menuTop li a {
     color: #a5a4a4;
     text-decoration: none;
}
 ul.menuTop li a:hover {
     text-decoration: underline;
}
 ul.menuTopBot {
     z-index: 999;
     position: absolute;
     top: 88px;
}
 ul.menuTopBot li, ul.menuTopBot li a {
     font-size: 18px;
     color: #676767;
     text-decoration: none;
     list-style: none;
}
 ul.menuTopBot li a:hover {
     text-decoration: underline;
}
/* Ligne en haut de page montrant le chemin sur le site */
 .sousMenu {
     overflow: hidden;
     width: 950px;
     padding-top: 5px;
     margin: 0 auto;
}
 .filariane {
     font-family: 'Roboto', Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: #008080;
     float: left;
}
 .autreProds {
     float: right;
}
 .autreProds ul {
     text-align: right;
     list-style: none;
}
 .autreProds ul li {
     font-size: 1.1rem !important;
     font-size: 11px !important;
     font-weight: 500;
     line-height: 14px;
}
 .autreProds span.currentProd {
     color: #7b0e0e;
}
 td.menutop {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #008080;
     margin: 0 auto;
}
/*Ligne en haut de page montrant les produits de la m�me cat�gorie*/
 .menutopdte {
     color: #FF0000;
     font-weight: bold;
    /*rouge*/
     text-align: right;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
}
/* Tableau contenant le titre de la page*/
 table.titrepage {
     border-style: solid;
     border-color: #7b0e0e;
     background-color: #FFFFFF;
     border-width: 0px 0px 0px 1px;
     width: auto;
     margin-top: 3mm;
     text-align: center;
     padding: 0;
}
 table.encare {
     border-style: solid;
     border-color: #000080;
     border-radius: 1em;
     background-color: #ffff;
     border-width: 3px;
     margin-top: 3mm;
     text-align: center;
     padding: 0;
}
/*Style d�finissant les liens renvoyant vers un signet dans la m�me page*/
 .petitsliens {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #000080;
     font-weight: normal;
}
/*Style d�finissant les produits dans une liste (gamme gps par exemple)*/
 .liensproduits {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #000080;
     font-weight: normal;
     text-align: center;
}
/*Style d�finissant les titres verts*/
 .titrevert {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12pt;
     color: #009933;
     font-weight: bold;
     text-align: center;
}
/*Style d�finissant les titres gris*/
 .titregris {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 16pt;
     color: #808080;
     font-weight: bold;
    /*gris*/
     text-align: center;
}
/*Style d�finissant les titres bleus*/
 .titrebleu {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 14pt;
     color: #000080;
     text-align: center;
     font-weight: normal;
}
/*Style d�finissant les titres turquoise*/
 .titreturquoise {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 14pt;
     color: #0080FF;
     text-align: center;
     font-weight: bold;
     text-decoration: underline;
}
/*Style d�finissant les titres rouges*/
 .titrerouge {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11pt;
     color: #FF0000;
     font-weight: bold;

    /*rouge*/
     text-align: center;
}
/*Style d�finissant les titres rouges prix*/
 .rougeprix {
     font-family: 'Roboto',Arial, sans-serif;
     font-size: 20px;
     color: #7b0e0e;
    /*rouge prix orbitica*/
     text-align: center;
}
/*Style d�finissant les r�f�rences produits*/
 .ref {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #000000;
     text-align: center;
     font-weight: normal;
}
/*Style d�finissant les prix TTC*/
 .prixttc {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12pt;
     color: #FF0000;
     font-weight: bold;
    /*rouge*/
     text-align: center;
}
/*Style d�finissant les prix dans une liste*/
 .prixliste {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #FF0000;
     font-weight: bold;
    /*rouge*/
}
/*Style d�finissant les prix verts (petitepolice)*/
 .pprixvert {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #009933;
     font-weight: normal;
    /*vert*/
     text-align: center;
}
/*Style d�finissant les prix HT*/
 .prixht {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #009933;
     font-weight: normal;
    /*vert*/
     text-align: center;
}
/*Style d�finissant offres sp�ciales en vert*/
 .offre {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #009933;
     text-align: center;
     font-weight: normal;
}
/*Style d�finissant le texte principal*/
 .texte {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #000000;
     text-align: left;
     font-weight: normal;
}
/*Style d�finissant le texte principal justifié*/
 .textejust {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #000000;
     text-align: justify;
     font-weight: normal;
}
/*Style d�finissant le OUI*/
 .oui {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #009933;
     text-align: left;
     font-weight: bold;
}
/*Style d�finissant le NON*/
 .non {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #FF0000;
     text-align: left;
}
/*Style d�finissant les remarques*/
 .rmq {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #000000;
     font-weight: normal;
}
/*Style d�finissant les remarques*/
 .pgris {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #808080;
     font-weight: normal;
     font-style: italic;
}
/* Tableau contenant les normes ex*/
 table.normes {
     border-style: none none solid solid;
     border-color: rgb(102, 102, 102);
     background-color: #FFFFCC;
     border-width: 1px;
    /*jaune*/
     margin-top: 3mm;
     border-spacing: 0px;
}
 table.normes td {
     border-style: solid solid none none;
     border-color: rgb(102, 102, 102);
     border-width: 1px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 7pt;
     color: #000000;f
     weight: normal;
    /*noir*/
     text-align: center;
}

/* Tableau contenant les nouveautés*/
table.news {
     background-color: #FFFFFF;
     width: 100%;
     margin-top: 3mm;
     border-spacing: 0px;
	 border-color: lightgray;
	 border-width: 1px 0px 0px 1px;
}

/* Tableau contenant les nouveautés - contour cellule*/
table.news td {
     border-color: lightgray;
	 border-width: 0px 1px 1px 0px;
	 padding: 5px 5px 5px 5px;
}

/* Tableau contenant les nouveautés - contour cellule*/
table.news thead {
     color: #7B0E0E;
	 font-weight: bold;
}

/* Liens GNSS couleur catalogue*/
a.gnss {
     color: #91BA42;
	 font-weight: bold;
	 text-decoration: none;
}
a.gnss:hover {
     text-decoration: underline;
}

/* Liens SATCOM couleur catalogue*/
a.satcom {
     color: #008CB0;
	 font-weight: bold;
	 text-decoration: none;
}
a.satcom:hover {
     text-decoration: underline;
}

/* Liens RADIOCOM couleur catalogue*/
a.radiocom {
     color: #F5A626;
	 font-weight: bold;
	 text-decoration: none;
}
a.radiocom:hover {
     text-decoration: underline;
}

/* Liens IT EXTREME couleur catalogue*/
a.itextreme {
     color: #801714;
	 font-weight: bold;
	 text-decoration: none;
}
a.itextreme:hover {
     text-decoration: underline;
}

/* Tableau contenant la liste des caractéristiques*/
 table.caracteristiques {
     background-color: #FFFFFF;
     width: 100%;
     margin-top: 3mm;
     border-spacing: 0px;
	 border-color: lightgray;
	 border-width: 1px 0px 0px 0px;
}

/* Tableau contenant la liste des caractéristiques - contour cellule*/
 table.caracteristiques td {
     border-color: lightgray;
	 border-width: 0px 0px 1px 0px;
}

/*Style de la ligne en fond gris (titre)*/
 table.caracteristiques td.titre {
     /* background-color: #C0C0C0; */
    /*gris*/
	background-color: #ececec;
     font-weight: bold;
     text-align: left;
     font-size: 10pt;
	 padding: 5px 0px 5px 10px;
	 color: #7B0E0E;
}

/*Style de la ligne marges(titre)*/
 table.caracteristiques td.titre p {
     margin: 0;
}

/*Style de la ligne en fond (titre)*/
 table.caracteristiques td.titre strong {
     color: #7B0E0E;
}

/*Style de la ligne en fond (titre)*/
 table.caracteristiques td.titre p strong {
     color: #7B0E0E;
}

/*Style de la ligne en fond (titre)*/
 table.caracteristiques td.titre h3 {
     color: #7B0E0E;
}


/* Tableau contenant la liste des caractéristiques OEM*/
 table.tableoem {
     background-color: #FFFFFF;
     width: 100%;
     margin-top: 3mm;
     border-spacing: 0px;
	 border-color: lightgray;
	 font-size: 8pt;
	 border-width: 1px 0px 0px 0px;
}

/* Tableau contenant la liste des caractéristiques OEM - contour cellule*/
 table.tableoem td {
     border-color: lightgray;
	 border-width: 0px 0px 1px 0px;
}

/*Style de la ligne en fond gris (titre) OEM*/
 table.tableoem td.titre {
     /* background-color: #C0C0C0; */
    /*gris*/
	background-color: #ececec;
     font-weight: bold;
     text-align: left;
     font-size: 10pt;
	 padding: 5px 0px 5px 10px;
	 color: #7B0E0E;
}

/*Style de la ligne marges(titre) OEM*/
 table.tableoem td.titre p {
     margin: 0;
}

/*Style de la ligne en fond (titre) OEM*/
 table.tableoem td.titre strong {
     color: #7B0E0E;
}

/*Style de la ligne en fond (titre) OEM*/
 table.tableoem td.titre p strong {
     color: #7B0E0E;
}

/*Style de la ligne en fond (titre) OEM*/
 table.tableoem td.titre h3 {
     color: #7B0E0E;
}
	 

/* Tableau contenant la liste des accessoires*/
 table.accessoires {
     border-style: none none solid solid;
     border-color: rgb(102, 102, 102);
     background-color: #FFFFFF;
     border-width: 0.05em;
     width: 100%;
     margin-top: 3mm;
     border-spacing: 0px;
}
 table.accessoires td {
     border-style: solid solid none none;
     border-color: rgb(102, 102, 102);
     border-width: 0.05em;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 8pt;
     color: #000000;
     font-weight: normal;
    /*noir*/
}
 table.accessoires thead td {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #000000;
     font-weight: bold;
    /*noir*/
     text-align: left;
}
/*Style des prix de la liste des accessoires dans le tableau de fin de page*/
 table.accessoires tbody th {
     color: #FF0000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
    /*rouge*/
     font-weight: bold;
     text-align: center;
     border-style: solid solid none none;
     border-color: rgb(102, 102, 102);
     border-width: 0.05em;
     font-size: 8pt;
}
/*Style du titre clignotant de la liste des accessoires dans le tableau de fin de page*/
 table.accessoires td.tableaccessoirescligno {
     color: #009933;
     font-weight: bold;
    /*vert*/
     text-decoration: blink;
     text-align: center;
}
/*Style de la ligne en fond gris (groupe d'accessoires)*/
 table.accessoires td.groupeaccess {
     background-color: #C0C0C0;
     font-weight: bold;
    /*gris*/
     text-align: left;
     font-size: 10pt;
}
 .titre-vertical {
     background-color: #FF7272;
     border: 2px solid #F61A1A;
     padding: 5px;
     -moz-border-radius: 20px 0 0 20px;
    /*arrondir les coins en haut à gauche et en bas à droite*/
     -webkit-border-radius: 20px 0 0 20px;
     border-radius: 20px 0 0 20px;
}
 .titre-vertical2 {
     background-color: #FF7272;
     border: 2px solid #F61A1A;
     padding: 5px;
     -moz-border-radius: 0 20px 20px 0;
    /*arrondir les coins en haut à gauche et en bas à droite*/
     -webkit-border-radius: 0 20px 20px 0;
     border-radius: 0 20px 20px 0;
}
/*zone*/
 .zone0 {
     position: relative;
     z-index: 1;
     font-size: 20px;
     color: #000;
     top: -250px;
}
 .zone1 {
     position: relative;
     z-index: 1;
     top: -190px;
     font-size: 20px;
     color: #000;
}
 .zone2 {
     position: relative;
     z-index: 1;
     top: -130px;
     font-size: 20px;
     color: #000;
}
 .zone {
     opacity: 0.3
}
 .lampe h4 {
     margin-top: -15%
}
/*page entel*/
 header#entel {
     height: 100px;
     width: 100%;
     margin: auto;
}
 nav {
     height: 10em;
     width: 40%;
     margin: auto;
}
 nav ul#menutop {
     font-size: 1.6em;
     padding-left: 0;
     word-spacing: 1em;
}
 nav ul#menutop {
     width: 150px;
     text-align: center;
     padding-left: 0;
}
 nav ul#menutop a {
     text-align: center;
     padding: 0;
     font-size: 20px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
}
 nav ul#menutop a.active {
     color: red;
}
 .container .mix {
     display: none;
}
/*****************************************/
/**************** ACCUEIL *************/
/*****************************************/
 .content {
     font-family: 'Roboto', Arial, Helvetica, sans-serif;
     font-size: 11pt;
     width: 950px;
     margin: 20px auto 0 auto;
}
 .metiers {
     width: 950px;
     margin: 50px auto 50px auto;
}
 a.buttonNews {
     font-family: 'Roboto', Arial, sans-serif;
     color: #fff;
     text-decoration: none;
     width: 250px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     margin: 0 auto;
     background-color: rgba(12, 38, 76, 0.86);
     font-size: 1.6em;
     border-radius: 3px;
     text-transform: uppercase;
     display: block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px transparent;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: box-shadow, transform;
     transition-property: box-shadow, transform;
}
 a.buttonNews:hover, a.buttonNews:focus, a.buttonNews:active {
     background-color: #0c264c;
     box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     color: #fff;
     text-decoration: none
}
 #container {
     font-family: 'Roboto',Arial, sans-serif;
     line-height: 20px;
     margin: 50px auto;
     width: 950px;
}
 .showcase {
     list-style: none;
     padding: 0;
}
 .showcase li {
     display: inline-block;
     width: 300px;
     height: 300px;
     overflow: hidden;
}
 .showcase a {
     display: block;
     width: 300px;
     height: 300px;
     overflow: hidden;
     position: relative;
     text-decoration: none;
}
 .showcase a img {
     width: 300px;
     height: 300px;
     margin: 0 auto;
     position: absolute;
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
}
 .showcase a p {
     color: #fff;
     font-size: 14px;
     padding: 12px 0;
     position: absolute;
     bottom: -110px;
     line-height: 20px;
     display: block;
     width: 245px;
     cursor: pointer;
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
     border-top: solid 2px #fff;
     margin: 0 15px;
}
 .showcase a:hover p {
     bottom: 0;
}
 .showcase a h3 {
     font-size: 16px;
     text-transform: uppercase;
     color: #fff;
     width: 211px;
     padding: 8px 10px;
     position: absolute;
     left: 10px;
     bottom: 10px;
     cursor: pointer;
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
}
 .showcase a:hover h3 {
     bottom: 125px;
}
 #thumb1 {
     float: left;
}
 #thumb2 {
     padding: 0 25px;
}
 #thumb3 {
     float: right;
}
 a#search:hover {
     cursor: pointer;
}
 #loupe {
     background-image: url(imgindex/loupe.png);
     background-color: transparent;
     background-repeat: no-repeat;
     width: 22px;
     height: 22px;
     cursor: pointer;
     border: none;
     padding: 7px;
}
 input[name="q"] {
     color: #a5a4a4;
     font-family: 'Roboto', Arial, sans-serif;
     width: 130px;
     box-sizing: border-box;
     border: none;
     border-bottom: solid 2px #a5a4a4;
     font-size: 16px;
     background-color: transparent;
     background-position: 10px 10px;
     background-repeat: no-repeat;
     padding: 0;
     -webkit-transition: width 0.4s ease-in-out;
     transition: width 0.4s ease-in-out;
     -webkit-border-radius: 0;
     border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 input[name="q"]:focus {
     outline: 0;
}
 input[name="q"]::-webkit-input-placeholder {
     color: rgba(128, 128, 128, 0.4);
}
 input[name="q"]:-moz-placeholder {
     color: rgba(128, 128, 128, 0.4);
}
 input[name="q"]::-moz-placeholder {
     color: rgba(128, 128, 128, 0.4);
}
 input[name="q"]::-moz-placeholder {
     color: rgba(128, 128, 128, 0.4);
}
 p.pfooter {
     font-size: 10px;
     color: #a5a4a4;
     text-align: center;
}
 .footer a {
     text-decoration: none;
}
 .footer {
     font-family: 'Roboto', Arial, sans-serif;
}
 .footer li.titreListe {
     text-transform: uppercase;
     font-weight: bold;
     margin-bottom: 15px;
}
 .footerTop {
     background: #0c264c;
}
 .footerTop ul {
     display: flex;
     margin: 0;
     padding: 0;
     height: 125px;
}
 .footerTop ul li {
     position: relative;
     width: 25%;
     display: inline-block;
     color: #fff;
     text-align: center;
     border-right: solid 1px #fff;
     height: 100px;
     margin-top: 10px;
}
 .footerTop ul li:last-child {
     border-right: none;
}
 .footerTop ul li img {
     margin-top: -10px;
}
 .footerTop ul li:last-child img {
     margin-top: 10px;
}
 .footerTop ul li:last-child p {
     width: 201px;
}
 .footerTop ul li p span.lettrines {
     font-size: 16px;
}
 .footerTop ul li p {
     font-size: 14px;
     font-weight: bold;
     margin: -10px auto 0 auto;
     text-transform: uppercase;
     position: absolute;
     top: 90px;
     text-align: center;
     width: 160px;
     left: 15%;
}
 .footerMid {
     color: #a5a4a4;
     background: #e6e6e6;
     overflow: hidden;
     margin: 0 auto;
     font-size: 13px;
}
 .footerMid a {
     color: #a5a4a4;
     text-decoration: none;
}
 .footerMid a:hover {
     text-decoration: underline;
}
.footerMid ul li {
     list-style: none;
}
 .footerMid ul.produits {
     text-transform: uppercase;
     float: left;
     width: 25%;
     padding: 0;
}
 .footerMid ul.linkUtiles {
     float: left;
     width: 25%;
     padding: 0;
}
 .footerMid .contactFooter {
     float: left;
     width: 50%;
     padding: 0 20px;
     box-sizing: border-box;
}
 .footerMid .contactFooter ul {
     float: left;
     padding: 0;
}
 .footerMid .contactFooter ul:nth-child(2) {
     padding-left: 120px;
}
 .footerMid .contactFooter ul li#catalogue {
     font-weight: 600;
     font-size: 12px;
}
 .footerBot {
     background: #e6e6e6;
     overflow: hidden;
     margin: 0 auto;
}
 .contentFooter {
     margin: 0 auto;
     width: 950px;
     overflow: hidden;
     padding: 10px 0;
}
 .virguleFooter {
     width: 10%;
     float: left;
}
 .txtFooter {
     width: 80%;
     float: left;
}
 .isoFooter {
     width: 10%;
     float: left;
}
 #goToTop {
     display: none;
     position: fixed;
     bottom: 20px;
     right: 30px;
     z-index: 99;
     outline: none;
     background-color: #0c264c;
     color: white;
     cursor: pointer;
     padding: 0 0 0 0;
     border: solid 1px #fff;
     font-size: 40px;
     font-weight: 500;
     margin: 0;
     width: 40px;
     height: 40px;
}
 .nav-side-menu {
     display: none;
}
 .metiers-responsive {
     display: none;
}
 .rechercher {
     margin: 15px 0 0 0;
     padding-left: 40px;
}
 .rechercherMobile {
     display: none;
}
 .contentFooter .disclaimer {
     overflow: hidden;
     clear: both;
}
 .contentFooter .disclaimer p {
     font-size: 11px;
     margin-top: 10px;
}
/***************************************************/
/*******************Contact*************************/
/***************************************************/
 .content h1 {
     color: #002051;
     text-transform: uppercase;
     font-size: 1.7em;
     padding: 25px 0;
}
 .contact {
     color: #46464d;
     overflow: hidden;
     clear: both;
}
 .contact span.italic {
     font-size: 0.9em;
}
 .formContact {
     position: relative;
     float: left;
     width: 70%;
     padding: 0 45px 50px 0;
}
 .content h3::first-letter, .formContact h3::first-letter {
     font-size: 1.1em;
}
 .content h3, .formContact h3 {
     text-transform: uppercase;
     font-size: 1em;
     color: #010101;
     font-weight: 600;
}
 .formContact input {
     padding-left: 10px;
     height: 40px;
     width: 100%;
     margin: 7px 0;
     border: solid 1px #46464d;
}
 .formContact input::-webkit-input-placeholder {
     font-style: italic;
}
 .formContact input:-ms-input-placeholder {
     font-style: italic;
}
 .formContact input:-moz-placeholder {
     font-style: italic;
}
 .formContact textarea {
     padding-left: 10px;
     border: solid 1px #46464d;
     margin: 7px 0;
     width: 100%;
     height: 150px;
}
 .formContact textarea::-webkit-input-placeholder {
     font-style: italic;
}
 .formContact textarea:-ms-input-placeholder {
     font-style: italic;
}
 .formContact textarea:-moz-placeholder {
     font-style: italic;
}
 .formContact input[type="submit"] {
     background-color: #7b0e0e;
     width: 20%;
     margin: 20px 0;
     color: #fff;
     font-style: italic;
     border-radius: 3px;
}
 .formContact input[type="submit"]:hover {
     background-color: #500909;
}
 .formContact input[name="captchaResult"] {
     width: 100px;
}
 .infosContact {
     float: right;
     width: 30%;
     margin-top: 76px;
}
 .infosContact h3 {
     text-transform: uppercase;
     font-size: 1em;
     color: #7b0e0e;
     font-weight: 600;
}
 .infosContact .coordonnees {
     position: relative;
     padding-bottom: 20px;
}
 .infosContact .coordonnees:after {
     content: "";
     position: absolute;
     bottom: 0;
     width: 150px;
     height: 1px;
     background-color: rgba(128, 128, 128, 0.25);
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .infosContact .coordonnees ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
}
 .infosContact .coordonnees span {
     font-weight: 600;
}
 .infosContact .horaires {
     padding-top: 20px;
}
 .infosContact .horaires svg {
     display: block;
     margin: auto;
}
 .infosContact .horaires img {
     display: block;
     margin: 30px auto 0 auto;
}
/***************************************************/
/********************** SAV *******************/
/***************************************************/
 .sav {
     color: #46464d;
}
 .sav .fieldColumn {
     column-count: 2;
     column-gap: 30px;
     margin: 40px 0 20px 0;
}
 .sav .fieldColumn fieldset {
     border: solid 1px #7b0e0e;
     padding: 15px 15px 0 15px;
     height: 250px;
}
 .sav .fieldColumn legend {
     font-size: 1.2em;
     color: #7b0e0e;
}
 .sav .fieldColumn fieldset:nth-of-type(n) {
     margin-bottom: 30px;
}
 ul.etapesSAV {
     padding: 25px 0;
}
 ul.etapesSAV h3 {
     color: #7b0e0e;
     text-align: center;
     font-size: 1em;
}
 ul.etapesSAV li {
     font-size: 0.85em;
     display: inline-block;
     vertical-align: top;
     text-align: center;
     margin: 0 auto;
     width: 100%;
}
 ul.etapesSAV img {
     width: initial !important;
     margin: 0 auto;
}
 ul.etapesSAV li a {
     text-decoration: none;
     font-weight: 600;
     color: #46464d;
}
 ul.etapesSAV a.button {
     text-decoration: none;
     padding: 10px 25px;
     background-color: grey;
     color: #fff;
     border-radius: 3px;
     border: none;
     font-size: 1.2em;
     font-style: italic;
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px transparent;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
 ul.etapesSAV a.button:hover, ul.etapesSAV a.button:focus, ul.etapesSAV a.button:active {
     -webkit-transform: translateY(8px);
     transform: translateY(8px);
     background-color: #7b0e0e;
}
 p.rmqSAV {
     font-size: 0.75em;
     font-style: italic;
}
 p.rmqSAVimp {
     font-weight: 600;
}
 p.rmqRouge {
     text-align: center;
     color: #7b0e0e;
     font-size: 1.1em;
     font-weight: bold;
     padding: 25px 0;
}
 .sav h3 {
     padding-bottom: 10px;
}
 .sav span.lettrines {
     font-size: 1.1em;
}
 .sav .retour ul {
     list-style-type: none;
}
 .sav .retour ul li {
     padding: 5px 0;
}
 .sav .garantie {
     padding: 30px 0;
}
 .sav .garantie ul {
     list-style: none;
     padding-left: 40px;
}
 .sav .horsGarantie {
}
 .sav .horsGarantie h3 {
}
 .sav .horsGarantie ul {
     list-style: none;
     padding-left: 40px;
}
 .sav .horsGarantie span.details {
     font-style: italic;
     font-size: 0.85em;
}
/***************************************************/
/********************* COMMANDE ********************/
/***************************************************/
 div.toggler {
    cursor:pointer;
}
 div.toggler div {
     display:none;
}
 .commander h1 {
     padding: 25px 0 0 0;
}
 .commander h2 {
     text-align: center;
     padding: 0;
     margin: 0;
     font-weight: normal;
     color: #46464d;
}
 ul.cmtCommander {
     list-style: none;
     padding: 0 55px 0 55px;
}
 ul.cmtCommander li {
     vertical-align: top;
     text-align: center;
     color: #46464d;
}
 ul.cmtCommander li a {
     text-decoration: none;
     color: #545454;
}
 ul.cmtCommander li a:hover {
     text-decoration: underline;
}
 ul.cmtCommander li h4 {
     margin: 10px 0 20px 0;
     color: #921316;
     text-transform: uppercase;
     font-size: 1.0em;
     font-weight: 600;
}
 .commander a.button {
     font-size: 1.2em;
     background-color: #7b0e0e;
     width: 120px;
     margin: 20px 0;
     color: #fff;
     font-style: italic;
     border-radius: 5px;
     height: 40px;
     display: block;
     text-decoration: none;
     line-height: 40px;
     text-align: center;
     margin: 10px auto 0 auto;
}
 .commander a.button:hover {
     background-color: #500909;
     cursor: pointer;
}
 .commander .expl {
     margin: 0 auto 20px auto;
     overflow: hidden;
}
 .commander .dlCommande {
     width: 30%;
     border-radius: 5px;
     background-color: rgba(70, 70, 77, 0.09);
     text-align: center;
     padding: 45px 20px;
     float: left;
}
 .commander .explCommande {
     margin-top: 20px;
     float: right;
     padding-left: 30px;
     width: 70%;
}
 .commander .explCommande ul {
     list-style: none;
}
 .commander h3 {
     clear: both;
}
 .commander ul.moyPaiement {
     width: 100%;
     list-style: none;
     text-align: center;
}
 .commander ul.moyPaiement li {
     height: 150px;
     vertical-align: top;
     display: inline-block;
     text-align: center;
     margin: 0 25px;
}
 .commander ul.moyPaiement li span {
     color: #921316;
     text-transform: uppercase;
     vertical-align: bottom;
     font-size: 0.9em;
     font-weight: 600;
}
 .commander ul.moyPaiement li:last-child {
     margin: 30px 0 0 0;
}
 .commander ul.moyPaiement li:last-child img {
     padding-bottom: 13px;
}
 .commander .paiementLigne {
     font-style: italic;
     padding-bottom: 30px;
}
 .commander .paiementLigne p:first-child {
     text-transform: uppercase;
}
 .commander h3 {
     margin: 15px 0;
}
 .commander .toggler {
     border-bottom: solid 1px grey;
     line-height: 40px;
     padding-left: 15px;
     position: relative;
}
 .commander .toggler span {
     font-size: 1.1em;
}
 .commander .toggler p {
     line-height: 25px;
     padding-left: 30px;
     margin: 0;
}
 .commander .toggler:hover > a {
     opacity: 1;
}
 .commander .toggler p.bold {
     padding-left: 0px;
}
 .commander .expand {
     position: absolute;
     right: 32px;
     top: 10px;
     width: 32px;
     height: 32px;
     opacity: 0.4;
}
 .commander .expand:hover {
     opacity: 1;
}
 .commander .expand:before, .commander .expand:after {
     position: absolute;
     left: 15px;
     content: ' ';
     height: 18px;
     width: 2px;
     background-color: #921316;
}
 .commander .expand:before {
     transform: rotate(90deg);
}
 .commander .expand:after {
     transform: rotate(-180deg);
}
/***************************************/
/**************** EVENTS ***************/
/***************************************/
 .evenements {
     font-family: 'Roboto', Arial, sans-serif;
}
 .cmgEvents ul {
     padding: 0 0 60px 0;
     margin: 0 auto;
     touch-action: manipulation;
}
 .cmgEvents ul li:nth-child(2) img {
     padding-bottom: 15px;
}
 .cmgEvents ul li:nth-child(3) img {
     padding-bottom: 25px;
}
 .cmgEvents ul li {
     display: inline-block;
     text-align: center;
}
 .cmgEvents ul li img {
     margin: 20px auto;
     display: block;
     width: initial !important;
}
 .cmgEvents .nomEvents {
     font-size: 36px;
     font-weight: 500;
     display: block;
}
 .cmgEvents .dateEvents {
     color: grey;
     display: block;
}
 .cmgEvents p {
     color: #1a1a1d;
     font-size: 16px;
     padding: 0 15px;
}
 .cmgEvents ul li a {
     color: #1a1a1d;
}
 .pastEvents ul {
     width: auto;
}
 .pastEvents ul li {
     list-style-type: none;
     margin: 60px 0;
     position: relative;
}
 .pastEvents ul li .nomPastEvents {
     padding-left: 5%;
     font-size: 22px;
     font-weight: 500;
     vertical-align: top;
}
 .pastEvents ul li .dateEvents {
     color: grey;
     display: block;
     top: 25px;
     left: 21%;
     position: absolute;
}
/***************************************/
/**************** 404 ******************/
/***************************************/
 .erreur404 {
     position: relative;
     overflow: hidden;
     font-family: 'Roboto', Arial, sans-serif;
     padding: 60px 0 15px 0;
}
 .logoOrbitica404 {
     float: left;
     width: 45%;
}
 .text404 {
     z-index: 2;
     float: right;
     width: 55%;
}
 .text404 h1 {
     text-align: left;
     color: #010101;
     font-weight: 600;
     font-size: 24px;
}
 .text404 span.lettrines {
     font-size: 30px;
}
 .text404 .big404 {
     position: absolute;
     font-size: 200px;
     color: #efefef;
     top: -40px;
     right: 70px;
     z-index: -999;
}
 .bot404 {
     clear: both;
}
 .bot404 a, .bot404 img {
     display: block;
     margin: 90px auto 0 auto;
     text-align: center;
     color: #010101;
}
 .bot404 p {
     text-align: center;
     font-style: italic;
     font-size: 14px;
     color: grey;
     margin: 45px 0;
}
/***************************************/
/************* CSS TEMPLATE ************/
/***************************************/
 html.templateProd {
    font-family: 'Roboto', Arial, sans-serif;
     font-size:62.5%;
}
 html.templateProd body {
     font-size: 14px;
     font-size: 1.4rem;
}
 html.templateProd body h1 {
    font-family: 'Roboto', Arial, sans-serif;
     font-weight: 500;
     font-size: 24px;
     font-size: 2.4rem;
     line-height: 30px;
}
/* =24px */
 html.templateProd body h2 {
    font-family: 'Roboto', Arial, sans-serif;
     font-weight: 500;
     font-size: 20px;
     font-size: 2.0rem;
}
/* =20px */
 html.templateProd body h3 {
    font-family: 'Roboto', Arial, sans-serif;
     font-weight: 500;
     font-size: 18px;
     font-size: 1.8rem;
}
/* =18px */
 html.templateProd body h4 {
    font-family: 'Roboto', Arial, sans-serif;
     font-weight: 500;
     font-size: 16px;
     font-size: 1.6rem;
}
/* =18px */
 html.templateProd body table {
     font-size: 14px;
     font-size: 1.4rem;
}
/* =14px */
 html.templateProd body table.accessoiresTemplate {
    width: 100%;
}
 html.templateProd body p {
     font-size: 14px;
     font-size: 1.4rem;
}
/* =14px */
html.templateProd .rmq {
  font-family: 'Roboto', Arial, sans-serif;
}
 html.templateProd body p.rmq {
    font-family: 'Roboto', Arial, sans-serif;
     font-size: 11px;
     font-size: 1.1rem;
}
/* =14px */
 html.templateProd body ul {
     font-size: 14px;
     font-size: 1.4rem;
}
/* =14px */
 html.templateProd body ul li {
     font-size: 14px;
     font-size: 1.4rem;
}
/* =14px */
 html.templateProd body p.pfooter {
     font-size: 10px;
     font-size: 1.0rem;
}
/* =10px */
 html.templateProd body ul#menu li {
     font-size: 16px;
     font-size: 1.6rem;
}
 html.templateProd strong {
     font-family: 'Roboto', Arial, sans-serif;
     font-weight: 500;
     color: #000;
}
 html.templateProd #container {
     font-size: 16px;
     font-size: 1.6rem;
     color: #212121;
}
 .redPxProd {
     color: #7b0e0e !important;
}
 .blackPxProd {
     color: #010101 !important;
}
 .sliderPics {
     float: left;
     width: 50%;
}
 .infosProd {
     float: right;
     width: 50%;
     text-align: right;
     padding: 0 25px;
}
 .infosProd h1 {
     color: #1a1a4a;
     font-weight: 600;
     text-align: right;
}
 .infosProd h2 {
     color: #1a1a4a;
     margin-bottom: 0;
     padding: 0;
}
 .infosProd img {
     float: right;
}
 .infosProd .infosProdPrix {
     clear: both;
     position: relative;
     padding: 60px 0 20px 17%;
     min-height: 200px;
}
 .infosProd .infosProdPrix img {
     margin: 30px auto 0 auto;
     display: block;
}
 .infosProd h2.sousProd {
     color: #999;
     font-size: 1.8rem;
     font-size: 18px;
     text-align: center;
     margin: 30px auto 0 auto;
     width: 100%;
     padding: 10px 30px;
     font-style: italic;
}
 .infosProd h2.sousProd a {
     color: #a5a4a4;
}
 .infosProd h2.sousProd a:hover {
     text-decoration: underline;
}
 .infosProd .prixProdTTC, .prixProdTTC {
     font-size: 2.2rem;
     font-size: 22px;
     color: #7b0e0e;
     text-align: left;
     display: block;
}
 .infosProd .prixNom {
     display: block;
     text-align: left;
     font-size: 0.95em;
}
 .infosProd .prixRef {
     display: block;
     text-align: left;
     font-size: 0.80em;
}
 .infosProd .pxNsConsul {
     margin-bottom: 5px;
     font-size: 1.8em;
}
 .infosProd .dblPrx {
     position: relative;
     width: 100%;
     overflow: hidden;
}
 .infosProd .dblPrx .prixProdTTC {
     text-align: left;
     float: left;
     font-weight: 500;
}
 .infosProd .dblPrx .prixProdHT {
     position: absolute;
     bottom: 0;
     float: right;
     right: 0;
     font-size: 1.6rem;
     font-size: 16px;
     color: #7b0e0e;
}
 .liensProd table.normesTemplate {
     float: none;
}
 #slider {
     width: 300px;
     height: 300px;
     margin: 0 auto 10px;
     overflow: hidden;
     position: relative;
}
 #slider ul {
     overflow: hidden;
     zoom: 1;
     padding: 0;
     list-style: none;
}
 #slider ul li {
     font-size: 1.5em;
     color: #fff;
     text-align: center;
     float: left;
     width: 300px;
     height: 300px;
     line-height: 300px;
     overflow: hidden;
}
 a.navSlide {
     display: block;
     position: absolute;
     color: grey;
     font-size: 3.5em;
     top: 45%;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     text-decoration: none;
}
 a#sliderNext {
     right: 50%;
}
 a.navSlide:hover {
     opacity: 0.5;
}
 #pager {
     padding-left: 87px;
}
 #pager a {
     display: inline-block;
     vertical-align: middle;
     vertical-align: auto;
     zoom: 1;
     display: inline;
     cursor: pointer;
     -moz-transition-property: opacity;
     -o-transition-property: opacity;
     -webkit-transition-property: opacity;
     transition-property: opacity;
     -moz-transition-duration: 0.2s;
     -o-transition-duration: 0.2s;
     -webkit-transition-duration: 0.2s;
     transition-duration: 0.2s;
     -moz-transition-timing-function: ease-in;
     -o-transition-timing-function: ease-in;
     -webkit-transition-timing-function: ease-in;
     transition-timing-function: ease-in;
     padding-right: 10px;
}
 #pager a img {
     border: solid 1px grey;
     padding: 4px;
}
 #pager a:hover, #pager a.active {
     opacity: 0.5;
}
 .containerTop {
     margin-bottom: 15px;
     overflow: hidden;
}
/* Style the tab */
 div.tab {
     clear: both;
     overflow: hidden;
     margin-top: 5px;
}
/* Style the buttons inside the tab */
 div.tab button {
     background-color: inherit;
     float: left;
     outline: none;
     cursor: pointer;
     padding: 14px 16px;
     transition: 0.3s;
     border: 1px solid #d8d8d8;
     border-bottom: none;
     border-left: none;
     font-size: 1.4rem;
     font-size: 14px;
     background: rgb(236, 236, 236);
}
div.tab button:first-child {
  border-left: 1px solid #d8d8d8;
}
/* Change background color of buttons on hover */
 div.tab button:hover {
     background-color: #fff
}
/* Create an active/current tablink class */
 div.tab button.active {
     position: relative;
     border-bottom: none;
     background: #fff;
     font-weight: 500;
}
 div.tab button.active:before {
     position: absolute;
     content: "";
     height: 3px;
     width: 100%;
     bottom: 0;
     left: 0;
     background-color: #0c264c;
}
/* Style the tab content */
 .tabcontent {
     margin:0;
     display: none;
     padding: 15px;
     border: 1px solid #d8d8d8;
     min-height: 300px;
     overflow: hidden;
}
 .tabcontentAcc {
     position: relative;
}
 .tabcontentAcc .typePrix {
     color: #7b0e0e;
     font-weight: 600;
     position: absolute;
     right: 30px;
     top: 25px;
}
 .tabcontentAcc .typePrixHT {
     color: #7b0e0e;
     font-weight: 600;
     position: absolute;
     right: 108px;
     top: 25px;
}
 .accessoiresTemplate {
     border-spacing: 0;
     border: none;
     font-size: 0.9em;
}
 .accessoiresTemplate td.groupeAccessoires {
     font-size: 1.3em;
     font-weight: 500;
     padding: 0;
}
 .accessoiresTemplate tbody tr.nomGroupeAcc:not(:first-child) td {
     padding: 50px 0 0 15px;
}
 .accessoiresTemplate td.imgAcc {
     text-align: center;
     width: 20%;
     padding: 15px 0;
}
 .accessoiresTemplate td.descAcc {
     border-bottom: 1px solid #d0cfcf;
     padding: 20px 0 20px 0;
     width: 64%;
}
 .accessoiresTemplate td.noImage {
     padding: 60px 0 60px 15px;
     border-bottom: 1px solid #d0cfcf;
     width: 100%;
     display: block;
     margin: 0;
}
 .accessoiresTemplate th.prixHTAcc {
     color: #7b0e0e;
     text-align: center;
     width: 16%;
     position: relative;
     vertical-align: middle;
     font-size: 1.3rem;
     font-size: 13px;
}
 .accessoiresTemplate span.NomAcc {
     font-size: 1.15em;
     font-weight: 500;
     display: block;
}
 .accessoiresTemplate span.refAcc {
     display: block;
     font-style: italic;
}
 .morecontent span {
     display: none;
}
 .morelink {
     position: absolute;
     left: 0;
     margin: 0 auto;
     text-align: center;
     right: 0;
}
 .less {
     margin-top: 30px;
}
 .smallDescr {
     position: relative;
     width: 400px;
     margin: 60px auto 30px auto;
     min-height: 50px;
     text-align: justify;
}
 .smallDescr::before {
     content: "";
     width: 1px;
     height: 175px;
     position: absolute;
     background-color: rgba(128, 128, 128, 0.37);
     right: -45px;
     top: 0;
     font-size: 1.2em;
}
 .fadeDescr::after {
     content : "";
     position : absolute;
     z-index : 1;
     bottom : 55px;
     left : 0;
     pointer-events : none;
     background-image : linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
     width : 100%;
     height : 4em;
}
 .infosProd a.button {
     position: relative;
     font-size: 1.5em;
     background-color: #7b0e0e;
     width: 350px;
     color: #fff;
     font-style: italic;
     height: 50px;
     display: block;
     text-decoration: none;
     line-height: 50px;
     text-align: center;
     margin: 20px auto 0 auto;
     padding: 0 25px;
}
 .infosProd a.button svg {
     position: absolute;
     left: 10px;
     top: 5px;
}
 .infosProd a.buttonGrey {
     background-color: #c1bfbf;
}
 .infosProd a.button:hover {
     background-color: #500909;
     cursor: pointer;
}
 .infosProd a.buttonGrey:hover {
     background-color: #797878;
}
 .infosProd a.button span {
     float: right;
}
 .infosProd a.button img {
     padding-top: 4px;
}
 .liensProd {
     text-align: center;
     float: right;
     width: 40%;
     margin-top: 30px;
}
 .modal-content {
     width: 50%;
     margin: 13% auto;
}
 .modal-content .close {
     font-size: 2.5em;
     padding: 0 10px 0 0;
}
 #slider li:hover {
     cursor: pointer;
}
 .overlay {
     z-index: 1;
     display: none;
     opacity: 0;
     background: #000;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 img.modal-prod:hover, img.modal-acc:hover {
     cursor: pointer;
}
 ul.slideProdMobile {
     display: none !important;
}
 span.specProd {
     font-weight: 500;
     color: #1a1a4a;
}
 .zoneAtex {
     float: right;
     font-weight: 600;
     font-size: 1.3em;
     padding: 15px 0;
     display: block;
     clear: both;
}
 h3.titreTab {
     background-image: url(/imgindex/virgule-orbitica.png);
     background-size: 40px 40px;
     background-repeat: no-repeat;
     background-position: top left;
     padding: 15px 0 0 40px;
     margin: 0 0 20px 0;
     min-height: 40px;
}
 h3.titreGroupeAcc {
     background-image: url(/imgindex/virgule-orbitica.png);
     background-size: 40px 40px;
     background-repeat: no-repeat;
     background-position: top left;
     padding: 15px 0 0 40px;
     margin: 0 0 20px 0;
     font-size: 0.95em;
     min-height: 40px;
}
 img.virguleAcc {
     vertical-align: middle;
}
 button.decouvrir {
     display: none;
}
 a.read-more-show, a.read-more-hide {
     text-align: center;
     margin-top: 25px;
     display: block;
}
 .videoWrapper {
     float: none;
     clear: both;
     width: 80%;
     max-width: 500px;
     max-height: 300px;
     position: relative;
     padding-bottom: 35%;
     padding-top: 25px;
}
 .videoWrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 table.normesTemplate {
     float: right;
     clear: both;
     border-style: none none solid solid;
     border-color: rgb(102, 102, 102);
     border-width: 1px;
     border-spacing: 0px;
}
 table.normesTemplate td {
     font-size: 1.2rem;
     font-size: 12px;
     border-style: solid solid none none;
     border-color: rgb(102, 102, 102);
     border-width: 1px;
     font-weight: normal;
    /*noir*/
     text-align: center;
}
 #result img {
     max-width: 100%;
}
 table.caracTech tr td {
     width: 50%;
}
 html.templateProd body h1 {
     padding: 5px 0;
     font-family: 'Roboto', Arial ,sans-serif;
}
 #Livreavec ul {
     list-style-type: disc;
}
 #Livreavec ul h2 {
     color: #1a1a4a;
     margin: 0;
}
/**********************************************/
/**************** MODAL **********************/
/**********************************************/
 .modal_close {
     background: url('imgindex/cancelModal.png') no-repeat;
}
/**********************************************/
/**************** COLLAPSIBLE **********************/
/**********************************************/
.collapsible {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  line-height: 30px;
}
.collapsible.active, .collapsible:hover {
  background-color: white;
}

.contentCollapse {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.collapsible:before {
    border: solid 2px #0c264c;
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 18px;
    color: #0c264c;
    margin-right: 20px;
    height: 30px;
    width: 30px;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 28px;
}

.collapsible.active:before {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/***************************************************/
/****************** PAGE TEMPLATE ******************/
/***************************************************/
.headerGPS {
  overflow: hidden;
  margin: 25px 0 0 0;
  padding-left: 50px;
  padding-right: 23px;
}
.headerGPS h1 {
  padding-top: 0;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 500;
}
.headerGPS img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.headerGPS p {
  padding-top: 45px;
}
.bottomGPS {
  padding: 15px 30px 0 30px;
}
.imageGPS {
  float: right;
  width: 40%
}
.descrGPS {
  margin-top: 20px;
  float: left;
  width: 60%;
  font-size: 12pt;
  color: #545454;
}
.descrGPS ul.listeDescrGPS {
  font-style: italic;
}
.descrGPS h1 {
  padding-top: 0;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-weight: 500;
}
.descrGPS img {
  display: block;
  margin: 30px auto 0 auto;
}
.gammes h2 {
  position: relative;
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0;
}
.gammes h2::after {
  position: absolute;
  content: "";
  width: 350px;
  background-color: grey;
  height: 1px;
  right: 25px;
  top: 12px;
}
.gammes h2::before {
  position: absolute;
  content: "";
  width: 350px;
  background-color: grey;
  height: 1px;
  left: 25px;
  top: 12px;
}
.gammes h2 span.lettrines {
  font-size: 15pt;
}
html.templateMetiers {
  font-family: 'Roboto', sans-serif;
}
html.templateMetiers h1 {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
html.templateMetiers .content {
  font-family: 'Roboto', sans-serif;
}
html.templateMetiers #results {
  display: table;
  border-collapse: separate;
  border-spacing: 40px;
  width: 100%;
}
html.templateMetiers fieldset {
  display: inline-block;
  width: 200px;
}
html.templateMetiers button.btnCarac {
  position: relative;
  width: 150px;
  height: 40px;
  background: transparent;
  border: #b9b9b9 solid 1px;
  display: inline-block;
  color: #383838;
  text-align: left;
  font-size: 1.5rem;
  font-size: 15px;
  outline:none;
}
html.templateMetiers button.btnCarac:not(.toggleOn)::after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #b9b9b9;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  top: 8px;
  right: 10px;
}
@keyframes roll {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
html.templateMetiers button.btnCarac.toggleOn::after {
  position: absolute;
  content: "";
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  border: solid #b9b9b9;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  top: 16px;
  right: 10px;
  animation: roll 1s;
}
html.templateMetiers .caracProds {
  width: 100%;
}
html.templateMetiers .caracProds .caracProduit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
  font-size: 1.4rem;
  font-size: 14px;
}
html.templateMetiers .caracProds .caracProduit > div {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.85);
  display: none;
  border-bottom: 1px solid grey;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  text-align: left;
  width: 148px;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  z-index: 9999999;
}
html.templateMetiers .caracProds .caracProduit > div#tailleEcran {
  height: 60px;
  text-align: center;
}
html.templateMetiers .caracProds .caracProduit > div label {
  font-weight: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html.templateMetiers .caracProds .caracProduit > div label span {
  padding-left: 5px;
}
input#screenInput {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#screenSize {
  width: 90%;
  margin: 0 auto;
}
span.output {
  margin-left: 105px;
  margin-top: 3px;
  display: block;
}
.rowProds {
  position: relative;
  display: table;
  text-align: center;
  padding: 10px 0;
}
.rowProds::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(128,128,128,0.23);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.unProd {
  position: relative;
  display: table-cell;
  min-width: 175px;
}
.unProd img {
  margin-bottom: 40px;
}
.unProd a {
  text-decoration: none;
}
.txtProd a, .txtProd {
  text-align: center;
  color: #5a5a5a;
  text-decoration: none;
  font-size: 14px;
}
.txtProd span {
  color: #313131;
  font-size: 17px;
}
.txtProd span.nomProd {
  color: #313131;
  font-size: 18px;
}
.txtProd span.poids {
  font-size: 14px;
  color: #5a5a5a;
  font-style: italic;
}
.txtProd img.atexIcon {
  margin: 0;
  height: 18px;
  vertical-align: middle;
}
.txtProd .atexProd {
  height: 20px;
}
.txtProd span.atexText {
  color: #7b0e0e;
  font-size: 12px;
}
.txtProd span.prix {
  color: #5a5a5a;
}
#pagin {
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
#pagin li a {
  border: solid 1px black;
  padding: 5px;
  display: block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  color: black;
  border-radius: 5px;
}
#pagin li a:hover {
  cursor: pointer;
}
#pagin li a.current {
  background: #0c264c;
  color: white;
}
#pagin li a.not-allowed {
  background: #ababab;
}
#pagin li {
  display: inline-block;
}
.not-allowed {
  cursor: not-allowed !important;
}
.loader {
  border: 8px solid #d2d2d2;
  /* Light grey */
  border-top: 8px solid #0c264c;
  /* Blue */
  border-bottom: 8px solid #0c264c;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  margin: 50px auto;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/******************************/
/********   GPS GNSS  *********/
/******************************/
.prixTemplate {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  font-size: 16px !important;
  color: #002051 !important;
  font-weight: 500;
}
.prixTemplate .prixAPartir {
  font-size: 13px !important;
}
.listGPS {
  overflow: hidden;
}
ul.listGPSLeft {
  padding: 0 0 0 100px;
  float: left;
  list-style: none;
}
ul.listGPSRight {
  padding: 0 100px 0 0;
  float: right;
  list-style: none;
}
ul.listGPSLeft li, ul.listGPSRight li {
  margin: 15px 0;
  position: relative;
}
ul.listGPSLeft li span, ul.listGPSRight li span {
  pointer-events: none
}
ul.listGPSLeft li a, ul.listGPSRight li a {
  display: block;
  position: relative;
  overflow:auto;
}
a.listGPSImg:after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  background-color: #474747;
  top: 0;
  right: 0;
  opacity: 0.6;
}
a.listGPSImg.noBack:after {
  display: none;
}
ul.listGPSLeft li .text-listGPS, ul.listGPSRight li .text-listGPS {
  width: 100%;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: black 0.1em 0.1em 0.2em;
  transition: all .5s ease;
}
.footerGPS {
  margin: 0 0 0 15px;
  padding: 0;
  width:100%;
}
.footerGPS h1 {
  font-family: 'Roboto', Arial, sans-serif;
   font-weight: 400;
   font-size: 20px;
   font-size: 2.0rem;
   padding: 20px 0;
}
.footerGPS img {
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
}
.listGPSMobile {
  display: none;
}
